home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8947 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.cs.umb.edu!gl
  2. From: gl@cs.umb.edu (George Lukas)
  3. Newsgroups: comp.lang.c++
  4. Subject: A really good C++ book
  5. Date: 27 Feb 1996 15:30:07 GMT
  6. Organization: University of Massachusetts at Boston
  7. Message-ID: <4gv81v$li7@news.cs.umb.edu>
  8. NNTP-Posting-Host: terminus.cs.umb.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. There is finally an excellent C++ book - C++ for Professional
  12. Programmers by Steve Blaha, International Thomson Computer Press.  Its
  13. an unassuming book - the publisher didn't invest much in cover art or
  14. quality of paper.  But it is really useful - both for learning and for
  15. doing.  A friend I lent it to glanced through it and didn't think too
  16. much of the book until he used it for help while taking a short course
  17. on an OODB with C++ interface.  Then he became a real fan of Blaha's
  18. book.  Every principle and concept in C++ is sharply and clearly
  19. explained.  The examples support and do not bear the burden of
  20. explanation as they do in most other C++ books.  The book is
  21. completely up-to-date (at least to the end of '95) with a new features
  22. chapter describing things like namespaces.  There are lots of
  23. practical issues for real programmers - porting, platform independence
  24. and design decision criteria.  Finally, a really nice set of examples
  25. - in particular a chapter on encapsulating IPCs.  The book assumes a
  26. good knowledge of C (though there is a long appendix on the C
  27. language), so it doesn't get bogged down in teaching C.
  28. George Lukas
  29. UMass/Boston
  30.  
  31.